home *** CD-ROM | disk | FTP | other *** search
- object FrmMain: TFrmMain
- Left = 403
- Top = 252
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'TrDemo'
- ClientHeight = 200
- ClientWidth = 364
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 126
- Height = 13
- Caption = 'Current Language Module:'
- end
- object PTFrame1: TPTFrame
- Left = 0
- Top = 0
- Width = 364
- Height = 2
- FrameStyle = ptfsHorzLine
- Align = alTop
- end
- object Label2: TLabel
- Left = 8
- Top = 72
- Width = 345
- Height = 121
- AutoSize = False
- Caption =
- 'This tests the internationalisation support of the Shell Control' +
- ' Pack.'#10#10'NOTE: Only strings explicitly declared in the SCP code w' +
- 'ill be translated. Strings provided by Windows will reflect the ' +
- 'language of the operating system.'#10#10'When this demo is built with ' +
- 'Delphi 3 you can change the translation DLL with the File|Overri' +
- 'de language... menu option.'
- WordWrap = True
- end
- object PTFrame2: TPTFrame
- Left = 0
- Top = 56
- Width = 370
- Height = 10
- FrameStyle = ptfsHorzLine
- end
- object LangEdt: TEdit
- Left = 8
- Top = 24
- Width = 353
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- end
- object PTOpenDlg1: TPTOpenDlg
- Options = [ptofAllowMultiselect, ptofFileMustExist, ptofNoReadOnlyReturn, ptofAllowTree, ptofShowHints, ptofOleDrag, ptofOleDrop]
- Filter = 'PAS files (*.pas;*.dpr;*.inc)|*.pas;*.dpr;*.inc|All files (*)|*'
- FilterIndex = 2
- FormSplitterPos = 199
- Left = 224
- Top = 8
- end
- object PTSaveDlg1: TPTSaveDlg
- Options = [ptofCreatePrompt, ptofHideReadOnly, ptofOverwritePrompt, ptofAllowTree, ptofShowHints, ptofOleDrag, ptofOleDrop]
- Left = 256
- Top = 8
- end
- object MainMenu1: TMainMenu
- Left = 192
- Top = 8
- object File1: TMenuItem
- Caption = '&File'
- ShortCut = 0
- object Changelanguage1: TMenuItem
- Caption = '&Override language...'
- ShortCut = 0
- OnClick = Changelanguage1Click
- end
- object Clearoverride1: TMenuItem
- Caption = 'C&lear override'
- ShortCut = 0
- OnClick = Clearoverride1Click
- end
- object N1: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- ShortCut = 0
- OnClick = Exit1Click
- end
- end
- object Test1: TMenuItem
- Caption = '&Test'
- ShortCut = 0
- object Opendialog1: TMenuItem
- Caption = '&Open dialog...'
- ShortCut = 0
- OnClick = Opendialog1Click
- end
- object Savedialog1: TMenuItem
- Caption = '&Save dialog...'
- ShortCut = 0
- OnClick = Savedialog1Click
- end
- object Folderbrowsedialog1: TMenuItem
- Caption = '&Folder browse dialog...'
- ShortCut = 0
- OnClick = Folderbrowsedialog1Click
- end
- end
- end
- object PTFolderBrowseDlg1: TPTFolderBrowseDlg
- Left = 288
- Top = 8
- end
- end
-